'Declaration Public Overloads Shared Function CreateNotCondition<TTargetThe type of the target.>( _
ByVal nameИмя анализатора предикатов.As System.String, _
ByVal argumentАргумент.As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) _
) As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) (Of TTargetThe type of the target.)
public static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> CreateNotCondition<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> argument
)
public: static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* CreateNotCondition<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* argument
)
generic<typename TTarget> public:
static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ CreateNotCondition(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ argument
)
Parameters
- name
- Имя анализатора предикатов.
- argument
- Аргумент.
Type Parameters
- TTarget
- The type of the target.
Return Value
Новый экземпляр анализатора предикатов.